home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / font.helpmark < prev    next >
Text File  |  1991-10-23  |  2KB  |  52 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                    font                                     |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|noneπ%
  6.  
  7. Parameters:    π|user markup name and font nameπ%
  8.  
  9.     π|Description:π%
  10. The \font  markup can be used  to allow you  to make use of  a specific font
  11. available on your  printer.  You should always  consult the font catalog for
  12. the fonts  available on your  printer.  The  name given in  the font catalog
  13. goes where  font name is with  the \font markup.   The user  markup name you
  14. must provide.  It should be a unique name.
  15.  
  16.     π|Example:π%
  17. To use  the fourteen point  Sonoran Roman, you  can assign it  to the markup
  18. name \bigfont by entering,
  19.  
  20. \font \bigfont = sonr14
  21.  
  22. \bigfont Palouse Region:
  23.  
  24. and you will get:
  25.  
  26. +-----------------------------------------------------------------------------+
  27. |                                                                             |
  28. |     Palouse Region:                                                         |
  29. |                                                                             |
  30. +-----------------------------------------------------------------------------+
  31.  
  32.     π|Example:π%
  33. To use  the ten  point Computer Modern  Sanserif Demibold  Condensed you can
  34. assign it to a markup name \demifont by entering,
  35.  
  36. \font \demifont = cmssdc10
  37.  
  38. \demifont Palouse Region:
  39.  
  40. you will get:
  41.  
  42. +-----------------------------------------------------------------------------+
  43. |                                                                             |
  44. |     Palouse Region:                                                         |
  45. |                                                                             |
  46. +-----------------------------------------------------------------------------+
  47.  
  48.     π|Notes:π%
  49. The \font  markup does not  change the interline  skip.   A font established
  50. with \selectspecificfont does.
  51.     This markup is described further in The TEXbook.
  52.